batmand: fix PGK_MAINTAINER name to generate a valid JSON output
authorFlorian Eckert <[email protected]>
Fri, 19 Sep 2025 07:30:35 +0000 (09:30 +0200)
committerJosef Schlehofer <[email protected]>
Fri, 19 Sep 2025 10:21:29 +0000 (12:21 +0200)
The extra quotation marks in the PKG_MAINTAINER line of the '.packageinfo'
file does not produce valid JSON when 'package-metadata.pl pkgmanifestjson'
is used.

Therefore, the word with the surrounding quotation marks is removed.

Signed-off-by: Florian Eckert <[email protected]>
batmand/Makefile

index 8978c6c292a2efa8b25c95f688b7324501a0ab08..4db95a5e0261dab1a4b797f79852f8176bc9efb4 100644 (file)
@@ -17,7 +17,7 @@ PKG_SOURCE_VERSION:=2f62b17d4132f82c4716b672101eb7faa916192a
 PKG_SOURCE_DATE:=2022-12-31
 
 PKG_LICENSE:=GPL-2.0-only
-PKG_MAINTAINER:=Corinna "Elektra" Aichele <[email protected]>
+PKG_MAINTAINER:=Corinna Aichele <[email protected]>
 
 PKG_BUILD_PARALLEL:=1